@charset "utf-8";
html,body{width:100%;}
.w1400{
   width: 100%;
   max-width: 1400px;
   margin: 0 auto;
   position: relative;
}
.w1900{
   width: 100%;
   max-width: 1900px;
   margin: 0 auto;
   position: relative;
}
.top{
   height:100px;
   background-color: #fff;
   position: fixed;
   z-index: 999;
   width: 100%;
}
.top .w1400{
   display: flex;
   height: 100%;
   justify-content: space-between;
   align-items: center;
   overflow: initial;
}
.top .logo{
    flex: 0 0 30%;
    height: 53px;
    background: url(../images/logos.png) center no-repeat;
}
.nav{
    flex: 1;
    height: 100px;
    display: flex;
    justify-content: center;
}
.nav li{
    width: 105px;
    height: 100px;
    margin-right: 10px;
    position: relative;
}
.nav li a{
   display: block;
   height: 100px;
   width: 105px;
   line-height: 100px;
   text-align: center;
   text-decoration: none;
   color: #515151;
}
.nav li:hover{
   background-color: #1772de;
}
.nav li:hover a{
   color: #fff;
}
.nav ul{
	position: absolute;
	z-index: 999;
	background: #fff;
	width: 100%;
	display: none;
	box-shadow: 0 0 5px #ccc;
}
.nav li:hover ul{
    display: block;
}
.nav ul li{
    height: 36px;
}
.nav ul li a{
    height: 36px;
    line-height: 36px;
}
.nav li:hover ul li a{
    color: #666;
}
.nav li ul li a:hover{
    color: #fff;
}
.language{
    flex: 0 0 12%;
   position: relative;
   height: 58px;
}
.language a{
    display: flex;
   justify-content: center;
   align-items: center;
   height: 58px;
   text-decoration: none;
   border: 1px solid #dbdcdd;
   background: #fff;
}
.language i{
   background: url(../images/chinese.png) 0 0 no-repeat;
   width: 20px;
   height: 20px;
   margin-right: 13px;
}
.language span{
   color: #464646;
   font-size: 14px;
}
.language a:last-child{
    display: none;
    height: 40px;
}
.language:hover a:last-child{
    display: flex;
}
.mySwiper {
    padding-top: 100px !important;
}
.mySwiper img{
    display:block;
    width: 100%;
}
.mySwiper .swiper-button-next{
    right: 15px;
    top: 50%;
}
.mySwiper .swiper-button-prev{
    left: 15px;
    top: 50%;
}
.box1{
    width: 100%;
    height: 536px;
    background: url(../images/box1.jpg) center 0 no-repeat;
    overflow: hidden;
}
.title{
   width: 100%;
   height: 63px;
   line-height: 53px;
   text-align: center;
   font-size: 30px;
   font-weight: bold;
   margin-top: 58px;
}
.title1{
   background: url(../images/box1title.png) center 0 no-repeat;
}
.title h1{
   margin-top: 33px;
   display: block;
   width: 100%;
   height: 47px;
   line-height: 47px;
   font-size: 42px;
   text-align: center;
   color: #777777;
   font-style: oblique;
   text-transform: uppercase
}
.prod-nav{
   width: 100%;
   height: 50px;
   border-bottom: 1px solid #e4e4e4;
   justify-content: center;
   display: flex;
   margin-top: 23px;
}
.prod-nav a{
   width: auto;
   display: block;
   line-height: 48px;
   text-align: center;
   padding: 0 15px;
   height: 48px;
   color: #888888;
   font-size: 16px;
   margin-right: 78px;
   text-decoration: none;
}
.prod-nav a:nth-last-child(1){
   margin-right: 0;
}
.prod-nav a:hover{
   color: #1772de;
   border-bottom: 2px solid #1772de;
}
.prodlist{
   width: 100%;
   height: 260px;
   margin-top: 40px;
   display: flex;
   justify-content: center;
}
.prodlist li{
   width: 290px;
   height: 260px;
   box-sizing: border-box;
   padding: 5px 5px 0 5px;
   background-color: #e1e1e1;
   margin-right: 40px;
}
.prodlist li:nth-last-child(1){
   margin-right: 0;
}
.prodlist li a{
   text-decoration: none;
   color: #707070;
}
.prodlist li img{
   width: 280px;
   height: 214px;
}
.prodlist li span{
   display: block;
   width: 100%;
   height: 41px;
   line-height: 41px;
   text-align: center;
   color: #707070;
   font-size: 14px;
}
.prodlist li:hover{
   background-color: #1772de;
}
.prodlist li:hover span{
   color: #fff;
}
.box2{
   height: 740px;
   background: url(../images/box2.jpg) center 0 no-repeat;
   background-size: cover;
}
.box2-cont{
   width: 660px;
   float: right;
   height: 740px;
}
.box2-cont .box2-cont-title{
   width: 100%;
   height: 90px;
   margin-top: 67px;
   box-sizing: border-box;
   border-left: 6px solid #1772de;
   padding-left: 22px;
}
.box2-cont .box2-cont-title h1{
   width: 100%;
   height: 56px;
   line-height: 56px;
   font-size: 48px;
   color: #000000;
   margin-top: 5px;
}
.box2-cont .box2-cont-title span{
   width: 100%;
   height: 25px;
   line-height: 25px;
   color: #a2a2a2;
   font-size: 18px;
}
.box2-cont .companytitle{
   width: 300px;
   height: 46px;
   background-color: #1772de;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #fff;
   font-size: 20px;
   margin-top: 34px;
}
.box2-cont .desc{
   margin-top: 31px;
   line-height: 32px;
}
.box2-cont a{
   display: flex;
   align-items: center;
   justify-content: center;
   text-decoration: none;
   margin-top: 70px;
   width: 138px;
   height: 48px;
   border-radius: 23px;
   background-color: #1772de;
   color: #fff;
}
.box2 .w1400{
    overflow: initial;
    height: 100%;
}
.box2-box{
    width: 925px;
    height: 620px;
    position: absolute;
    left: -18%;
    top: 50%;
    transform: translate(0,-50%);
    background: url(../images/about-img.jpg) no-repeat;
    background-size: cover;
}
.box-goods{
    background-color: #000;
    height: 800px;
    overflow: hidden;
}
.box-goods .w1900{
    height: 100%;
}
.box-goods ul{
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 480px;
    background: rgba(23,114,222,0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.box-goods ul li{
    flex: 1;
	font-size: 24px;
	cursor: pointer;
	border: 1px solid rgba(255,255,255,0.2);
	position: relative;
	transition: 0.8s;
}
.box-goods ul li a{
	color: #fff;
	text-decoration: none;
    display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.box-goods ul li:after{
    content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #fff;
	bottom: -1px;
	right: -101%;
	transition: 6s;
}
.box-goods .goods-title{
    position: absolute;
    text-transform: capitalize;
    left: 255px;
    top: 65px;
    color: #fff;
    z-index: 2;
}
.box-goods .goods-title h2{
    font-size: 42px;
    font-weight: bold;
}
.box-goods .goods-title h3{
    font-size: 26px;
    font-weight: bold;
    padding-top: 20px;
}
.box-goods ul li.active:after{
    right: 0;
}
.box-goods ul li.active{
    background: rgba(23,114,222,1);
}
.goods-img{
    height: 800px;
}
.goods-img .box{
    width: 100%;
    height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: 0.8s;
}
.goods-img .box.show{
    opacity: 1;
	visibility: visible;
}
.goods-img .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1.05);
    transition: 3s;
}
.goods-img .img:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
.goods-img .box.show .img{
    transform: scale(1);
}
.goods-img .box:nth-child(1) .img{
    background: url(../images/goods2.jpg) no-repeat;
    background-size: cover;
}
.goods-img .box:nth-child(2) .img{
    background: url(../images/goods1.jpg) no-repeat;
    background-size: cover;
}
.goods-img .box:nth-child(3) .img{
    background: url(../images/goods5.jpg) no-repeat;
    background-size: cover;
}
.goods-img .box:nth-child(4) .img{
    background: url(../images/goods4.jpg) no-repeat;
    background-size: cover;
}
.goods-img .box:nth-child(5) .img{
    background: url(../images/goods3.jpg) no-repeat;
    background-size: cover;
}
.goods-img .text{
    position: absolute;
	left: 255px;
	top: 420px;
	z-index: 2;
	color: #fff;
}
.goods-img .text h2{
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 25px;
}
.goods-img .text p{
    font-size: 16px;
    color: #fff;
}
.goods-img .txt{
    position: absolute;
    width: 700px;
	left: 255px;
	top: 185px;
	z-index: 2;
	color: #fff;
}
.goods-img .txt h2{
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 25px;
}
.goods-img .txt p{
    font-size: 16px;
    color: #fff;
}
.goods-icon{
    position: absolute;
    left: 255px;
    bottom: 90px;
    display: flex;
    width: 1000px;
}
.goods-icon h2{
    position: absolute;
    left: 0;
    bottom: 110px;
    font-size: 34px;
    font-weight: bold;
    color: #fff;
}
.goods-icon .icon{
    flex: 0 0 210px;
    margin-right: 40px;
    height: 70px;
    border: 2px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
	justify-content: flex-end;
}
.goods-icon .icon span{
    display: inline-block;
    width: 70%;
    padding: 0 10px;
    text-align: center;
}

.goods-img .box:nth-child(1) .goods-icon .icon:nth-child(1){
    background: url(../images/goods1-icon1.png) 15px center no-repeat;
    background-size: 13%;
}
.goods-img .box:nth-child(1) .goods-icon .icon:nth-child(2){
    background: url(../images/goods1-icon2.png) 15px center no-repeat;
    background-size: 15%;
}
.goods-img .box:nth-child(1) .goods-icon .icon:nth-child(3){
    background: url(../images/goods1-icon3.png) 15px center no-repeat;
    background-size: 15%;
}
.goods-img .box:nth-child(1) .goods-icon .icon:nth-child(4){
    background: url(../images/goods1-icon4.png) 15px center no-repeat;
    background-size: 15%;
}
.goods-img .box:nth-child(2) .goods-icon .icon:nth-child(1){
    background: url(../images/goods2-icon1.png) 15px center no-repeat;
    background-size: 17%;
}
.goods-img .box:nth-child(2) .goods-icon .icon:nth-child(2){
    background: url(../images/goods2-icon2.png) 15px center no-repeat;
    background-size: 15%;
}
.goods-img .box:nth-child(2) .goods-icon .icon:nth-child(3){
    background: url(../images/goods1-icon3.png) 15px center no-repeat;
    background-size: 17%;
}
.goods-img .box:nth-child(2) .goods-icon .icon:nth-child(4){
    background: url(../images/goods2-icon4.png) 15px center no-repeat;
    background-size: 20%;
}
.goods-img .box:nth-child(3) .icon{
    flex: 0 0 240px;
}
.goods-img .box:nth-child(3) .goods-icon .icon:nth-child(1){
    background: url(../images/goods3-icon1.png) 15px center no-repeat;
    background-size: 12%;
}
.goods-img .box:nth-child(4) .goods-icon .icon:nth-child(1){
    background: url(../images/goods4-icon1.png) 15px center no-repeat;
    background-size: 19%;
}
.goods-img .box:nth-child(4) .goods-icon .icon:nth-child(2){
    background: url(../images/goods2-icon2.png) 15px center no-repeat;
    background-size: 15%;
}
.goods-img .box:nth-child(4) .goods-icon .icon:nth-child(3){
    background: url(../images/goods1-icon3.png) 15px center no-repeat;
    background-size: 17%;
}
.goods-img .box:nth-child(4) .goods-icon .icon:nth-child(4){
    background: url(../images/goods4-icon4.png) 15px center no-repeat;
    background-size: 17%;
}
.goods-img .box:nth-child(5) .goods-icon .icon:nth-child(1){
    background: url(../images/goods1-icon1.png) 15px center no-repeat;
    background-size: 13%;
}
.goods-img .box:nth-child(5) .goods-icon .icon:nth-child(2){
    background: url(../images/goods1-icon2.png) 15px center no-repeat;
    background-size: 17%;
}
.goods-img .box:nth-child(5) .goods-icon .icon:nth-child(3){
    background: url(../images/goods1-icon3.png) 15px center no-repeat;
    background-size: 17%;
}
.img-box{
    position: absolute;
    width: 340px;
    left: 53.5%;
    top: 7%;
}
.img-box img{
    width: 100%;
    margin-bottom: 15px;
    padding: 5px;
    background: #fff;
}

.box3{
   height: 503px;
   background: url(../images/box3.jpg) center 0 no-repeat;
   background-size: cover;
}
.title a{
    color: #000;
    text-decoration: none;
}
.title2{
   background: url(../images/box3title.png) center 0 no-repeat;
}
.title3{
   background: url(../images/box4title.png) center 0 no-repeat;
}
.box3 .w1400{
   display: flex;
   justify-content: space-between;
}
.box3-left{
   width: 1000px;
   height: 503px;
}
.rylist{
   margin-top: 40px;
   width: 100%;
   background-color: #fff;
   box-shadow: 2px 3px 6px 0px rgba(0,0,0,0.3);
   
}
.swiper-ce{
    padding: 10px !important;
}
.rylist li{
   border: 1px solid #000000;
   text-align: center;
   padding: 10px 0;
   height: 270px;
   display: flex;
   align-items: center;
	justify-content: center;
}
.rylist li img{
    max-width: 204px;
    max-height: 270px;
}
.box3-right{
   width: 380px;
   height: 503px;
}
.newslist{
   width: 100%;
   height: 313px;
   overflow: hidden;
   box-shadow: 2px 3px 6px 0px rgba(0,0,0,0.3);
   margin-top: 40px;
   background-color: #fff;
   box-sizing: border-box;
   padding: 17px 12px 0 12px;
   position: relative;
}
.newslist ul{
    top: 0;
    height: 970px;
    position: absolute;
    width: 94%;
}
.newslist li{
   width: 100%;
   margin-bottom: 10px;
   background-color: #f7f7f7;
   box-sizing: border-box;
   padding: 0 15px;
}
.newslist li h1{
    font-weight: bold;
    width: 217px;
    height: 36px;
    overflow: hidden;
}
.newslist li .news-top{
    display: flex;
    justify-content: space-between;
    line-height: 36px;
}
.newslist li .news-bottom{
    font-size: 12px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}
.newslist li a{
   text-decoration: none;
   color: #666;
}
.bottom{
   height:500px;
   background: url(../images/bottom.jpg) center 0 no-repeat;
   background-size: cover;
}
.bottomcont{
   height: 437px;
   border-bottom: 1px solid #6b7b84;
}
.bottom .w1400{
   display: flex;
   justify-content: space-between;
}
.bottomcont .left{
   width: 760px;
   overflow: hidden;
}
.bottom-left-title{
   width: 100%;
   height: 26px;
   margin-top: 45px;
   color: #fff;
   padding-left: 25px;
   box-sizing: border-box;
   background: url(../images/lianjie.png) 0 center no-repeat;
}
.bottom-left-title a{
    color: #fff;
}
.bottom-left-title span{
   font-weight: bold;
   font-size: 16px;
}
.btnav{
   width: 100%;
   display: flex;
   margin-top: 32px;
}
.btnav li{
   width: 25%;
}
.btnav li .a1{
   width: 100%;
   height: 45px;
   line-height: 44px;
   position: relative;
   display: block;
   color: #fff;
   font-size: 18px;
   text-decoration: none;
}
.btnav li a{
   text-decoration:none;
   color: #fff;
}
.btnav li .a1::before{
   content: "";
   width: 36px;
   height: 1px;
   position: absolute;
   bottom: 0;
   height: 1px;
   background-color: #fff;
}
.btnav li .a2{
   display: block;
   height: 33px;
   line-height: 33px;
   width: 100%;
}
.bottomcont .center{
   width: 430px;
   overflow: hidden;
}
.bottomcont .center .btlogo{
   width: 100%;
   height: 63px;
   margin-top: 115px;
   background: url(../images/btlogo.png) 0 0 no-repeat;
}
.bottomcont .center h1{
   display: block;
   width: 100%;
   height: 30px;
   margin-top: 25px;
   color: #fff;
   font-size: 20px;
   font-weight: bold;
}
.bottomcont .center span{
   display: block;
   width: 100%;
   line-height: 32px;
   color: #fff;
}
.bottomcont .right{
   width: 140px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}
.bottomcont .right img{
    width: 140px;
}
.bottomcont .right span{
   color: #fff;
   height: 46px;
   line-height: 46px;
}
.pagetop{
   background-color: rgba(255, 255, 255, 0.6);   
}
.pagebanner{
   height: 500px;
   padding-top: 100px;
}
.pagebanner1{
   background: url(../images/pagebanner1.jpg) center bottom no-repeat;
}
.pagebanner2{
   background: url(../images/pagebanner2.jpg) center bottom no-repeat;
}
.pagebanner3{
   background: url(../images/pagebanner3.jpg) center bottom no-repeat;
}
.pagebanner4{
   background: url(../images/pagebanner4.jpg) center bottom no-repeat;
}
.pagebanner5{
   background: url(../images/pagebanner5.jpg) center bottom no-repeat;
}
.pagebanner6{
   background: url(../images/pagebanner6.jpg) center bottom no-repeat;
}
.footer{
   height: 62px;
   line-height: 62px;
   display: flex;
   justify-content: space-between;
   color: #fff;
}
.footer a{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-left: 20px;
}
.bottom i{
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(../images/ate.jpg) no-repeat;
}
.location{
   height: 66px;
   background-color: #F5F5F5;
   box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.3);
}
.location .w1400{
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.pagerightnav{
   width: auto;
   display: flex;
   box-sizing: border-box;
}
.pagerightnav li{
   height: 40px;
   width: 170px;
   background-color: #fff;
   border-right: 1px solid #F5F5F5;
}
.pagerightnav li a{
   display: block;
   width: 100%;
   text-align: center;
  height: 40px;
  color: #000;
  line-height: 40px;
  text-decoration: none;
}
.pagerightnav li:hover{
   background-color: #1772de;
}
.pagerightnav li a:hover{
   color: #fff;
}
/*.pagerightnav li:hover::after{*/
/*   content: "";*/
/*   width: 100%;*/
/*   position: absolute;*/
/*   padding: 0 6px;*/
/*   bottom: 0;*/
/*   left: 0;*/
/*   margin-left: -6px;*/
/*   height: 2px;*/
/*   background-color: #00509a;*/
/*}*/
.address{
   width: auto;
   height: 70px;
   line-height: 70px;
   padding-left: 28px;
   background: url(../images/address.png) 0 center no-repeat;
   color: #000;
}
.page-title{
   width: 100%;
   height: 69px;
   background: url(../images/pagetitle.png) center bottom no-repeat;
   text-align: center;
   line-height: 69px;
   font-weight: bold;
   color: #1772de;
   font-size: 30px;
}
.page{
   height: auto;
   /*overflow: hidden;*/
   padding-top: 50px;
   margin-bottom: 30px;
}
.prodcont{
   width: 100%;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}


.prodcont{
   width: 100%;
   min-height: 500px;
   overflow: hidden;
   margin-top: 40px;
}
.prodlist-navbox{
   flex:0 0 23%;
   height: auto;
}
.prodlist-nav-title{
   width: 100%;
   height: 100px;
   border-radius: 18px 18px 0 0;
   background-color: #1772de;
   line-height: 100px;
   color: #fff;
   box-sizing: border-box;
   padding-left: 42px;
   font-size: 28px;
   font-weight: bold;
}
.prodlist-nav{
   width: 100%;
   height: auto;
   background-color: #f7f9fa;
}
.prodlist-nav li{
   width: 100%;
   height: 68px;
   line-height: 68px;
   text-indent: 41px;
   border-bottom: 1px solid #eaeaea;
}
.prodlist-nav li a{
   text-decoration: none;
   color: #6a6a6a;
   font-size: 16px;
   font-weight: bold;
}

.prodlist-nav li:hover a{
   color: #1772de;
}

.prodpage{flex: 0 0 72%;min-height: 403px;border-radius: 5px;padding-left: 40px;}
.prodpage-cont{width: 100%;height: auto;overflow: hidden;display: flex;}
.prodpage .left{flex: 0 0 340px;float: left;height: 302px;margin-top: 54px}
.prodpage .left img{width: 100%;}
.prodpage .right{flex: 1;margin-top:54px;padding-left: 30px;}
.prodpage .right h1{display: block;width: 100%;line-height: 50px;color: #333;font-size:24px;}
.prodpage .right span{display: block;width: 100%;line-height: 29px;margin-top:10px;color: #686868}
.prodcontent{width: 100%;height: auto;padding-bottom:20px;overflow: hidden;}
.page-newslist{
   width: 100%;
   height: auto;
   margin-top: 40px;
}
.page-newslist li{
   width: 100%;
   height: 240px;
   box-sizing: border-box;
   padding: 10px 0;
   border-bottom: 1px dotted #dcdcdc;
}
.page-newslist li a{
   width: 100%;
   height: 220px;
   box-sizing: border-box;
   padding: 0 30px;
   text-decoration: none;
   display: block;
   overflow: hidden;
}
.page-newslist li h1{
   display: block;
   width: 100%;
   height: 30px;
   margin-top: 12px;
   line-height: 30px;
   font-size: 20px;
   font-weight: bold;
   color: #333333;
   overflow: hidden;
   text-overflow:ellipsis;
   white-space: nowrap;
}
.page-newslist li .sp1{
   font-size: 16px;
   color: #999999;
   line-height: 24px;
   height: 48px;
   margin-top: 17px;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
}
.page-newslist li .sp2{
   margin-top: 6px;
   display: block;
   font-size: 14px;
   line-height: 30px;
   color: #666666;
}
.page-newslist li .sp3{
   width: 120px;
   height: 40px;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-top: 20px;
   font-size: 14px;
   color: #666666;
   border: 1px solid #666;
   border-radius: 4px;
}
.page-newslist li:hover a{
   background-color: #1675bf;
}
.page-newslist li:hover h1,.page-newslist li:hover .sp1,.page-newslist li:hover .sp2{
   color: #fff;
}
.page-newslist li:hover .sp3{
   color: #fff;
   border: 1px solid #fff;
}
.newspage{width:100%;min-height:500px;}
.newshow-top{text-align:center;width:100%;height:auto;overflow:hidden;}
.newshow-top h1{font-size:24px;margin-top:18px;height:auto;display:block;width:100%;line-height:30px;color:#333333}
.newshow-top span{font-size:12px;color:#888888;line-height:26px;display:block;width:100%;margin-top:3px;margin-bottom:10px}
.fengexian1{border-bottom:1px solid #ebebeb;width:100%;}
.newshow-ct{padding-bottom:27px;color:#555555;margin-left:15px;margin-right:10px;padding-top:15px;overflow:hidden;}
.newshow-bot{width:100%;position:relative;margin-bottom:5px;overflow:hidden;margin-top:10px;margin-bottom:10px;}
.newshow-bot span{color:#666666;font-size:13px;display:block;width:550px;margin-top:3px;line-height:20px;margin-left: 15px;}
.newshow-bot span a{color:#666666;text-decoration:none;}
.newshow-bot span a:hover{color:#407aee;}
.piclista{
   width: 100%;
   height: auto;
   display: flex;
   flex-wrap: wrap;
   margin-bottom: 20px;
   margin-top: 40px;
}
.piclista li{
    flex: 0 0 23%;
   margin-bottom: 35px;
   margin-right: 35px;
   box-sizing: border-box;
}
.piclista li:nth-child(4n){
   margin-right: 0;
}
.piclista li img{
   width: 100%;
   height: 100%;
}


.contact{width: 100%;height: 480px;display: flex;background-color: #1772de;margin-top: 30px;}
.contact .map{width: 1010px;height: 480px;box-sizing: border-box;background-color: #fff;}
.contact .contact-cont{width: auto;box-sizing: border-box;padding: 0 25px;flex: 1;color: #fff;}
.contact .contact-cont p{
    margin: 0;
    display: flex;
    align-items: center;
}
.contact .contact-cont p img{
    margin-right: 5px;
}
.contact .contact-cont p:nth-child(1),
.contact .contact-cont p:nth-child(6){
    font-size: 20px;
    margin: 10px 0;
}
.contact .contact-cont a{
    color: #fff;
}
.formbox{
   width: 100%;
   box-sizing: border-box;
   padding: 0 100px;
   margin-top: 40px;
}
.formbox .input1{
   width: 100%;
   height: 160px;
   background-color: #f8f8f8;
   box-sizing: border-box;
   padding-left: 10px;
   padding-top: 10px;
   border: none;
   outline: none;
}
.formbox .inputbox{
   width: 100%;
   height: 42px;
   display: flex;
   justify-content: space-between;
   margin-bottom: 20px;
}
.formbox .inputbox .i1{
   width: 580px;
   background-color: #f8f8f8;
   height: 42px;
   border: none;
   outline: none;
   padding-left: 10px;
}
.chekebox{
   width: 590px;
   display: flex;
   justify-content: space-between;
}
.chekebox .i2{
   width: 480px;
   background-color: #f8f8f8;
   height: 42px;
   border: none;
   outline: none;
   padding-left: 10px;
}
.chekebox .checkboxa{
   width: 92px;
   height: 42px;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #f8f8f8;
   color: #1772de;
}
.formbox .i3{
   width: 100%;
   height: 42px;
   background-color: #1772de;
   color: #fff;
   border: none;
   cursor: pointer;
}
.pagecontent p{
   font-size: 16px;
}
.pagecontent p img{
    max-width: 340px;
    margin: 0 5px;
}
.pagecontent p img.active{
    max-width: none;
    position: absolute;
    top: 15%;
    left: 30%;
}
.page-prodlists{
    width: 1020px;
    display: flex;
    flex-wrap: wrap;
}
.page-prodlists li{
    flex: 0 0 32%;
    margin: 0 10px 15px 0;
}
.page-prodlists li img{
    width: 325px;
    height: 250px;
}
.page-prodlists li h1{
    text-align: center;
}
.page-goods{
    padding: 100px 0 40px;
}
.page-goods .goods-top{
    background: #f7fcff;
    padding-top: 80px;
    text-align: center;
}
.page-goods .goods-top h2{
    display: inline-block;
    line-height: 60px;
    font-size: 48px;
    font-weight: bold;
    color: #1772de;
    padding-left: 70px;
    background: url(../images/pro-icon1.png) left center no-repeat;
}
.page-goods .goods-top p{
    padding: 0 200px;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 50px;
}
.page-goods .top-box{
    background-color: #fff;
    padding: 30px 50px;
}
.page-goods .top-box h3{
    font-size: 32px;
    color: #1772de;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d7d7d7;
    position: relative;
}
.page-goods .top-box h3:before{
    position: absolute;
    bottom: 0;
    width: 130px;
    height: 5px;
    background: #1772de;
    content: "";
}
.page-goods .top-box ul{
    display: flex;
    flex-wrap: wrap;
}
.page-goods .top-box ul li{
    flex: 0 0 218px;
    padding: 12px 0;
    background: #f7fcff;
    margin: 0 20px 40px 20px;
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);
}
.page-goods .top-box ul li:hover{
    background: #1772de;
    color: #fff;
    transition: 0.3s;
}
.page-goods .goods-center{
    padding: 100px 0 130px;
    background: url(../images/goods-center-bg.jpg) no-repeat;
    background-size: cover;
}
.page-goods .goods-center h2{
    text-align: center;
    font-size: 42px;
    color: #fff;
    margin-bottom: 100px;
}
.page-goods .goods-center ul{
    display: flex;
    justify-content: center;
}
.page-goods .goods-center ul li{
    flex: 0 0 240px;
    height: 90px;
    border: 2px solid #fff;
    margin: 0 40px;
    color: #fff;
    display: flex;
	align-items: center;
	justify-content: center;
}
.page-goods .goods-center ul li span{
    display: inline-block;
    width: 60%;
    font-size: 16px;
    margin-left: 50px;
    text-align: center;
}
.page-goods.njhjg .goods-center ul li:nth-child(1){
    background: url(../images/goods1-icon1.png) 25px center no-repeat;
    background-size: 15%;
}
.page-goods.njhjg .goods-center ul li:nth-child(2){
    background: url(../images/goods1-icon2.png) 25px center no-repeat;
    background-size: 17%;
}
.page-goods.njhjg .goods-center ul li:nth-child(3){
    background: url(../images/goods1-icon3.png) 25px center no-repeat;
    background-size: 17%;
}
.page-goods.njhjg .goods-center ul li:nth-child(4){
    background: url(../images/goods1-icon4.png) 25px center no-repeat;
    background-size: 17%;
}
.page-goods .goods-bottom {
    padding: 90px 0 400px;
    position: relative;
}
.page-goods .goods-bottom h2{
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    color: #1772de;
}
.page-goods .goods-bottom p{
    padding: 0 150px;
    text-align: center;
    font-size: 14px;
}
.page-goods .goods-bottom:before{
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: url(../images/app-left.jpg) no-repeat;
    left: 28%;
    top: 42%;
}
.page-goods .goods-bottom:after{
    content: "";
    position: absolute;
    width: 480px;
    height: 340px;
    background: url(../images/app-right.jpg) no-repeat;
    right: 22%;
    top: 42%;
}
.page-goods.astbxg .goods-center ul li:nth-child(1){
    background: url(../images/goods2-icon1.png) 25px center no-repeat;
    background-size: 17%;
}
.page-goods.astbxg .goods-center ul li:nth-child(2){
    background: url(../images/goods2-icon2.png) 25px center no-repeat;
    background-size: 17%;
}
.page-goods.astbxg .goods-center ul li:nth-child(3){
    background: url(../images/goods1-icon3.png) 25px center no-repeat;
    background-size: 17%;
}
.page-goods.astbxg .goods-center ul li:nth-child(4){
    background: url(../images/goods2-icon4.png) 25px center no-repeat;
    background-size: 18%;
}
.page-goods.nsjbxg .goods-center ul li:nth-child(1){
    background: url(../images/goods3-icon1.png) 25px center no-repeat;
    background-size: 10%;
}
.page-goods.nsjbxg .goods-center ul li{
    flex: 0 0 360px;
}
.page-goods.sxbxg .goods-center ul li:nth-child(1){
    background: url(../images/goods4-icon1.png) 25px center no-repeat;
    background-size: 19%;
}
.page-goods.sxbxg .goods-center ul li:nth-child(2){
    background: url(../images/goods2-icon2.png) 25px center no-repeat;
    background-size: 15%;
}
.page-goods.sxbxg .goods-center ul li:nth-child(3){
    background: url(../images/goods1-icon3.png) 25px center no-repeat;
    background-size: 17%;
}
.page-goods.sxbxg .goods-center ul li:nth-child(4){
    background: url(../images/goods4-icon4.png) 25px center no-repeat;
    background-size: 17%;
}
.page-goods.hgbxg .goods-center ul li:nth-child(1){
    background: url(../images/goods1-icon1.png) 25px center no-repeat;
    background-size: 15%;
}
.page-goods.hgbxg .goods-center ul li:nth-child(2){
    background: url(../images/goods1-icon2.png) 25px center no-repeat;
    background-size: 17%;
}
.page-goods.hgbxg .goods-center ul li:nth-child(3){
    background: url(../images/goods1-icon3.png) 25px center no-repeat;
    background-size: 17%;
}